Hip_GL3_Texture

Undocumented in source.

Members

Functions

bind
void bind(int slot)
Undocumented in source. Be warned that the author may not have intended to support it.
getBackendHandle
IHipTexture getBackendHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
getGLMinMagFilter
int getGLMinMagFilter(TextureFilter filter)
Undocumented in source. Be warned that the author may not have intended to support it.
getGLWrapMode
int getGLWrapMode(TextureWrapMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
getHeight
int getHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
getWidth
int getWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
hasSuccessfullyLoaded
bool hasSuccessfullyLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadImpl
bool loadImpl(IImage image)
Undocumented in source. Be warned that the author may not have intended to support it.
reload
bool reload()
Undocumented in source. Be warned that the author may not have intended to support it.
setTextureFilter
void setTextureFilter(TextureFilter min, TextureFilter mag)
Undocumented in source. Be warned that the author may not have intended to support it.
setWrapMode
void setWrapMode(TextureWrapMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind(int slot)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

currentSlot
uint currentSlot;
height
int height;
Undocumented in source.
textureID
GLuint textureID;
Undocumented in source.
width
int width;
Undocumented in source.

Meta